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

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Thu Oct 13 16:50:34 UTC 2005


Author: ivazquez

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

Modified Files:
	.cvsignore sources 
Added Files:
	libsexy.spec 
Log Message:
auto-import libsexy-0.1.1-1 on branch devel from libsexy-0.1.1-1.src.rpm


--- NEW FILE libsexy.spec ---
Name:           libsexy
Version:        0.1.1
Release:        1
Summary:        Funky fresh graphical widgets for GTK+ 2

Group:          System Environment/Libraries
License:        LGPL
URL:            http://www.chipx86.com/blog/archives/000103.html
Source0:        http://osiris.chipx86.com/projects/libsexy/releases/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel
#Requires:       

%description
Some funky fresh graphical widgets for GTK+ 2 applications.

%package        devel
Summary:        Headers and libraries for developing with libsexy
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release} pkgconfig gtk2-devel

%description    devel
This package contains headers and libraries for developing apps that use
libsexy.

%prep
%setup -q

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

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc ChangeLog
%{_libdir}/%{name}.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Thu Oct 13 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.1.1-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libsexy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Oct 2005 16:40:58 -0000	1.1
+++ .cvsignore	13 Oct 2005 16:50:31 -0000	1.2
@@ -0,0 +1 @@
+libsexy-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libsexy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Oct 2005 16:40:58 -0000	1.1
+++ sources	13 Oct 2005 16:50:31 -0000	1.2
@@ -0,0 +1 @@
+ef448d563ea9f9580446e2693e846235  libsexy-0.1.1.tar.gz




More information about the fedora-extras-commits mailing list