Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e1ecbe3f2 | ||
|
|
588a9147bb | ||
|
|
4c81771bf0 | ||
|
|
e91f18e3ff | ||
|
|
eb4b8cfadb | ||
|
|
37d0ef2a92 | ||
|
|
8266325c75 | ||
|
|
0e14748031 | ||
|
|
2344c4052c | ||
| 0ef8381fd4 | |||
|
|
4f2ab3f811 | ||
| 8d9dee0b72 | |||
|
|
16f2ca29b6 | ||
|
|
b66dd37120 | ||
|
|
1fa3bc01a0 | ||
|
|
94d88efdd9 | ||
|
|
cdbfac4701 |
4 changed files with 1 additions and 110 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
xcf-pixbuf-loader-mainline-8af913d1.tar.gz
|
||||
xcf-pixbuf-loadermainline-b037c59.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
ab3d21fd13056e010cdfae7f15ce169b xcf-pixbuf-loadermainline-b037c59.tar.gz
|
||||
|
|
@ -1,107 +0,0 @@
|
|||
%global commit b037c59
|
||||
|
||||
Name: xcf-pixbuf-loader
|
||||
Version: 0.0.1
|
||||
Release: 18.20120530git%{commit}%{?dist}
|
||||
Summary: XCF (GIMP) image loader for GTK+ applications
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://gitorious.org/xcf-pixbuf-loader/mainline.git
|
||||
Source0: https://gitorious.org/xcf-pixbuf-loader/mainline?a=snapshot;h=%{commit};sf=tgz#/xcf-pixbuf-loadermainline-%{commit}.tar.gz
|
||||
|
||||
BuildRequires: gdk-pixbuf2-devel glib2-devel
|
||||
BuildRequires: bzip2-devel
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
||||
%define loaders_dir gdk-pixbuf-2.0/2.10.0/loaders
|
||||
Requires: gdk-pixbuf2%{?_isa}
|
||||
|
||||
%description
|
||||
xcf-pixbuf-loader contains a plugin to load XCF images, as created by
|
||||
the GIMP, in GTK+ applications.
|
||||
|
||||
%prep
|
||||
%setup -q -n xcf-pixbuf-loadermainline-%{commit}
|
||||
|
||||
%build
|
||||
autoreconf -v --force --install
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
install -m0755 -D .libs/libioxcf.so $RPM_BUILD_ROOT/%{_libdir}/%{loaders_dir}/libioxcf.so
|
||||
|
||||
%postun
|
||||
%if 0%{?fedora} < 24
|
||||
/usr/bin/gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache &> /dev/null || :
|
||||
%endif
|
||||
|
||||
%post
|
||||
%if 0%{?fedora} < 24
|
||||
if [ $1 -eq 1 ] ; then
|
||||
# For upgrades, the cache will be regenerated by the new package's %%postun
|
||||
/usr/bin/gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache &> /dev/null || :
|
||||
fi
|
||||
%endif
|
||||
|
||||
%files
|
||||
%doc NEWS README
|
||||
%{_libdir}/%{loaders_dir}/*.so
|
||||
|
||||
%changelog
|
||||
* Mon Sep 19 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 0.0.1-18.20120530gitb037c59
|
||||
- Fix post/postun conditionals
|
||||
|
||||
* Mon Sep 19 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 0.0.1-17.20120530gitb037c59
|
||||
- Updated snapshot
|
||||
- Drop post/postun scriptlets for F24
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-16.8af913d1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Jul 21 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.0.1-15.8af913d1
|
||||
- Use post/postun scripts from Packaging:ScriptletSnippets (#668159)
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-14.8af913d1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-13.8af913d1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-12.8af913d1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-11.8af913d1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-10.8af913d1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-9.8af913d1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-8.8af913d1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.0.1-7.8af913d1
|
||||
- Rebuild for new libpng
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-6.8af913d1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Thu Jul 22 2010 Bastien Nocera <bnocera@redhat.com> 0.0.1-5.8af913d1
|
||||
- Use a gdk-pixbuf2 requires, instead of requiring a particular file
|
||||
|
||||
* Mon Jul 19 2010 Bastien Nocera <bnocera@redhat.com> 0.0.1-4.8af913d1
|
||||
- Rebuild against gdk-pixbuf2
|
||||
|
||||
* Thu Mar 04 2010 Bastien Nocera <bnocera@redhat.com> 0.0.1-3.8af913d1
|
||||
- Bump release for upgrades
|
||||
|
||||
* Wed Feb 17 2010 Bastien Nocera <bnocera@redhat.com> 0.0.1-2.8af913d1
|
||||
- Update to 8af913d1 commit
|
||||
- Update with review comments
|
||||
|
||||
* Tue Oct 13 2009 Bastien Nocera <bnocera@redhat.com> 0.0.1-1.e5ce761
|
||||
- First version
|
||||
Loading…
Add table
Add a link
Reference in a new issue