update to 2.0.0 [release 2.0.0-1mamba;Sun Apr 28 2013]
This commit is contained in:
parent
c8acd7c151
commit
30bd5fdf45
@ -1,5 +1,5 @@
|
|||||||
Name: libmowgli
|
Name: libmowgli
|
||||||
Version: 1.0.0
|
Version: 2.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A development framework for C
|
Summary: A development framework for C
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +7,8 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||||
URL: http://www.atheme.org/Projects/Libmowgli
|
URL: http://www.atheme.org/Projects/Libmowgli
|
||||||
Source: http://distfiles.atheme.org/libmowgli-%{version}.tar.bz2
|
Source: git://github.com/atheme/libmowgli-2.git/libmowgli-%{version}/libmowgli-2-%{version}.tar.bz2
|
||||||
|
#Source: http://distfiles.atheme.org/libmowgli-%{version}.tar.bz2
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -30,7 +31,7 @@ This package contains libraries and header files need for development.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q -n libmowgli-%{version}
|
%setup -q -n libmowgli-2-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -48,17 +49,20 @@ This package contains libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libmowgli-2.so.*
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libmowgli
|
%dir %{_includedir}/libmowgli-2
|
||||||
%{_includedir}/libmowgli/*.h
|
%{_includedir}/libmowgli-2/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libmowgli-2.so
|
||||||
%{_libdir}/pkgconfig/libmowgli.pc
|
%{_libdir}/pkgconfig/libmowgli-2.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 28 2013 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
||||||
|
- update to 2.0.0
|
||||||
|
|
||||||
* Tue Aug 07 2012 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
* Tue Aug 07 2012 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user