Spec URL: http://fab.fedorapeople.org/packages/SRPMS/libsurl.spec SRPM URL: http://fab.fedorapeople.org/packages/SRPMS/libsurl-0.5.0-1.fc12.src.rpm Project URL: http://libsurl.sourceforge.net/ Description: libsurl is a library for generating short urls (using various online services like tinyurl.com and bit.ly) suited to use where space is limited, such as in status messages. surl is the command-line interface to libsurl, providing most of the functionality in libsurl as well as additional functionality likely to be of use to command-line users. Koji scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1891806 rpmlint output: [fab@localhost SRPMS]$ rpmlint libsurl-0.5.0-1.fc12.src.rpm 1 packages and 0 specfiles checked; 0 errors, 0 warnings. [fab@localhost i686]$ rpmlint libsurl* 3 packages and 0 specfiles checked; 0 errors, 0 warnings.
The new spec and SRPM will come soon because 0.7.0 was released.
Bug https://bugs.launchpad.net/libsurl/+bug/502887 need to be solved first ;-)
Spec URL: http://fab.fedorapeople.org/packages/SRPMS/libsurl.spec SRPM URL: http://fab.fedorapeople.org/packages/SRPMS/libsurl-0.7.1-1.fc12.src.rpm * Mon Jan 04 2010 Fabian Affolter <fabian> - 0.7.1-1 - Updated to new upstream version 0.7.1 to fix issue with make * Mon Jan 04 2010 Fabian Affolter <fabian> - 0.7.0-1 - Added man pages - Updated to new upstream version 0.7.0 * Mon Dec 28 2009 Fabian Affolter <fabian> - 0.6.0-1 - Updated to new upstream version 0.6.0
> Group: Applications/Internet Shared libraries like this still belong into "System Environment/Libraries". > %{_mandir}/man*/*.gz Since manual pages are compressed on-the-fly by rpmbuild and the compression tool may change, prefer: %{_mandir}/man*/* And move these manual pages into the -devel pages, since they document the library API. > %files > %defattr(-,root,root,-) > %doc AUTHORS ChangeLog COPYING NEWS README > %files devel > %defattr(-,root,root,-) > %doc ChangeLog Why duplicate the ChangeLog? Including it in just the base package is fine. > #Tests deactivated because the library checks online URLs > #%check > #make check A good opportunity to make this a conditional build, so you could simply activate the test-suite for local builds with "rpmbuild --with tests libsurl.src.rpm": %bcond_with tests %if %{with tests} %check make check %endif * The %description mentions "surl" without explaining that it is a separate tool to be found in a separate package ("surl"). * The web page mentions that the latest stable release is 0.6.0. No comment is found on 0.7.0 and 0.7.1, not in the tarball either. I've mailed a question about that to the author.
Quick reply from Scott Lawrence: The latest stable release should be 0.7.1.
Thanks for the review. I will make an update in the next days.
(In reply to comment #4) > > Group: Applications/Internet > Shared libraries like this still belong into "System Environment/Libraries". Changed > > %{_mandir}/man*/*.gz > Since manual pages are compressed on-the-fly by rpmbuild and the compression > tool may change, prefer: %{_mandir}/man*/* > > And move these manual pages into the -devel pages, since they document the > library API. done > Why duplicate the ChangeLog? Including it in just the base package is fine. Removed from devel > > #Tests deactivated because the library checks online URLs > > #%check > > #make check > > A good opportunity to make this a conditional build, so you could simply > activate the test-suite for local builds with "rpmbuild --with tests > libsurl.src.rpm": > > %bcond_with tests > %if %{with tests} > %check > make check > %endif Added, thanks > * The %description mentions "surl" without explaining that it is a separate > tool to be found in a separate package ("surl"). Description changed Here are the updated files: Spec URL: http://fab.fedorapeople.org/packages/SRPMS/libsurl.spec SRPM URL: http://fab.fedorapeople.org/packages/SRPMS/libsurl-0.7.1-2.fc12.src.rpm
libsurl-0.7.1-2.fc12.src.rpm APPROVED
Thanks for your work, Michael.
New Package CVS Request ======================= Package Name: libsurl Short Description: A library for generating shortened URLs Owners: fab Branches: F-12 F-13 InitialCC:
CVS done (by process-cvs-requests.py).
libsurl-0.7.1-2.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/libsurl-0.7.1-2.fc12
libsurl-0.7.1-2.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/libsurl-0.7.1-2.fc13
libsurl-0.7.1-2.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update libsurl'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/libsurl-0.7.1-2.fc13
libsurl-0.7.1-2.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update libsurl'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/libsurl-0.7.1-2.fc12
libsurl-0.7.1-2.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.
libsurl-0.7.1-2.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.