rpms/libsurl/F-12 import.log, NONE, 1.1 libsurl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Fabian Affolter fab at fedoraproject.org
Wed Jun 23 22:13:18 UTC 2010


Author: fab

Update of /cvs/pkgs/rpms/libsurl/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6249/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libsurl.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
libsurl-0_7_1-2_fc12:F-12:libsurl-0.7.1-2.fc12.src.rpm:1277331180


--- NEW FILE libsurl.spec ---
Name:           libsurl
Version:        0.7.1
Release:        2%{?dist}
Summary:        A library for generating shortened URLs

Group:          System Environment/Libraries
License:        GPLv3+
URL:            http://libsurl.sourceforge.net/
Source0:        http://launchpad.net/libsurl/trunk/0.7/+download/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libcurl-devel


%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 available as a separate package and 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. 


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}


%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"
find %{buildroot} -name '*.la' -exec rm -f {} ';'


%clean
rm -rf %{buildroot}


%bcond_with tests
%if %{with tests}
%check
make check
%endif


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_libdir}/*.so.*


%files devel
%defattr(-,root,root,-)
%{_mandir}/man*/*.*
%{_includedir}/*
%{_libdir}/*.so


%changelog
* Fri Feb 19 2010 Fabian Affolter <fabian at bernewireless.net> - 0.7.1-2
- Removed compression format format from man page and moved to -devel
- Changed group
- Added condition for building with tests
- Description changed

* Mon Jan 04 2010 Fabian Affolter <fabian at bernewireless.net> - 0.7.1-1
- Updated to new upstream version 0.7.1 to fix issue with make

* Mon Jan 04 2010 Fabian Affolter <fabian at bernewireless.net> - 0.7.0-1
- Added man pages
- Updated to new upstream version 0.7.0

* Mon Dec 28 2009 Fabian Affolter <fabian at bernewireless.net> - 0.6.0-1
- Updated to new upstream version 0.6.0

* Sat Dec 26 2009 Fabian Affolter <fabian at bernewireless.net> - 0.5.0-1
- Updated to new upstream version 0.5.0

* Fri Dec 25 2009 Fabian Affolter <fabian at bernewireless.net> - 0.4.1-1
- Fixed upstream bug #500213
- Updated to new upstream version 0.4.1

* Thu Dec 24 2009 Fabian Affolter <fabian at bernewireless.net> - 0.4.0-1
- Initial spec for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libsurl/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Jun 2010 01:55:11 -0000	1.1
+++ .cvsignore	23 Jun 2010 22:13:18 -0000	1.2
@@ -0,0 +1 @@
+libsurl-0.7.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libsurl/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Jun 2010 01:55:12 -0000	1.1
+++ sources	23 Jun 2010 22:13:18 -0000	1.2
@@ -0,0 +1 @@
+54ae1912bc0b565f0025094baadcf68d  libsurl-0.7.1.tar.gz



More information about the scm-commits mailing list