Skip to content

Commit

Permalink
Update all SF links to point to GH
Browse files Browse the repository at this point in the history
Malvineous committed Jun 21, 2015
1 parent 76b5346 commit 73d90b0
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
libbinio - Binary I/O stream class library
Copyright (C) 2002 - 2005 Simon Peter <dn.tlp@gmx.net>

Website: http://libbinio.sourceforge.net
Website: http://adplug.github.io/libbinio

Description:
------------
2 changes: 1 addition & 1 deletion binio.spec
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
URL:http://libbinio.sourceforge.net
URL:http://adplug.github.io/libbinio
License: LGPL
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-buildroot
2 changes: 1 addition & 1 deletion binio_mdk.spec
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
URL:http://libbinio.sourceforge.net
URL:http://adplug.github.io/libbinio
License: LGPL
Group: System/Libraries
BuildRoot: %{_tmppath}/%{name}-buildroot
2 changes: 1 addition & 1 deletion libbinio.pc.in
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ includedir=@includedir@

Name: @PACKAGE@
Description: Binary I/O stream class library
URL: http://libbinio.sourceforge.net
URL: http://adplug.github.io/libbinio
Version: @VERSION@
Libs: -L${libdir} -lbinio
Libs.private: -lm
6 changes: 3 additions & 3 deletions libbinio.qpg
Original file line number Diff line number Diff line change
@@ -60,18 +60,18 @@
<QPM:ProductEmail>dn.tlp@gmx.net</QPM:ProductEmail>
<QPM:VendorName>Public</QPM:VendorName>
<QPM:VendorInstallName>public</QPM:VendorInstallName>
<QPM:VendorURL>http://libbinio.sourceforge.net</QPM:VendorURL>
<QPM:VendorURL>http://adplug.github.io/libbinio</QPM:VendorURL>
<QPM:VendorEmbedURL/>
<QPM:VendorEmail>dn.tlp@gmx.net</QPM:VendorEmail>
<QPM:AuthorName>Simon Peter</QPM:AuthorName>
<QPM:AuthorURL>http://libbinio.sourceforge.net</QPM:AuthorURL>
<QPM:AuthorURL>http://adplug.github.io/libbinio</QPM:AuthorURL>
<QPM:AuthorEmbedURL/>
<QPM:AuthorEmail>dn.tlp@gmx.net</QPM:AuthorEmail>
<QPM:ProductIconSmall/>
<QPM:ProductIconLarge/>
<QPM:ProductDescriptionShort>The binary I/O stream class library presents a platform-independent way to access binary data streams in C++.</QPM:ProductDescriptionShort>
<QPM:ProductDescriptionLong>The binary I/O stream class library presents a platform-independent way to access binary data streams in C++. The library is hardware independent in the form that it transparently converts between the different forms of machine-internal binary data representation. It further employs no special I/O protocol and can be used on arbitrary binary data sources.</QPM:ProductDescriptionLong>
<QPM:ProductDescriptionURL>http://libbinio.sourceforge.net</QPM:ProductDescriptionURL>
<QPM:ProductDescriptionURL>http://adplug.github.io/libbinio</QPM:ProductDescriptionURL>
<QPM:ProductDescriptionEmbedURL/>
</QPM:ProductDescription>
<QPM:ReleaseDescription>

0 comments on commit 73d90b0

Please sign in to comment.