rpms/obby/devel obby.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Thu Oct 6 06:43:48 UTC 2005


Author: lmacken

Update of /cvs/extras/rpms/obby/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25977/devel

Modified Files:
	.cvsignore sources 
Added Files:
	obby.spec 
Log Message:
auto-import obby-0.2.0-3 on branch devel from obby-0.2.0-3.src.rpm


--- NEW FILE obby.spec ---
Name:           obby
Version:        0.2.0
Release:        3
Summary:        A library which provides synced document buffers

Group:          Development/Libraries
License:        GPL
URL:            http://releases.0x539.de/obby
Source0:        http://releases.0x539.de/obby/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  net6-devel, gmp-devel

%description
libobby is a library which provides synced document buffers. It supports
multiple documents in one session and is portable to both Windows and
Unix-like platforms.


%package devel
Summary:        Development libraries for obby
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig, net6-devel, gmp-devel

%description devel
libobby is a library which provides synced document buffers. This package
contains the header files and library required to link against libobby.


%prep
%setup -q


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


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/*.la

%find_lang %name

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%clean
rm -rf $RPM_BUILD_ROOT


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

%files devel
%{_includedir}/obby
%{_libdir}/pkgconfig/*
%{_libdir}/*.so


%changelog
* Wed Oct 05 2005 Luke Macken <lmacken at redhat.com> - 0.2.0-3
- Remove libsigc++20-devel from Requires
- Add net6-devel and gmp-devel to Requires for devel subpackage

* Fri Sep 30 2005 Luke Macken <lmacken at redhat.com> - 0.2.0-2
- Add pkg-config to Requires for -devel
- Use find_lang macro

* Thu Sep 29 2005 Luke Macken <lmacken at redhat.com> - 0.2.0-1
- Packaged for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/obby/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Oct 2005 06:43:14 -0000	1.1
+++ .cvsignore	6 Oct 2005 06:43:46 -0000	1.2
@@ -0,0 +1 @@
+obby-0.2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/obby/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Oct 2005 06:43:14 -0000	1.1
+++ sources	6 Oct 2005 06:43:46 -0000	1.2
@@ -0,0 +1 @@
+6bd46f9b8c7652d7bfa8413ed2c2af4b  obby-0.2.0.tar.gz




More information about the fedora-extras-commits mailing list