diff --git a/.xvattr.metadata b/.xvattr.metadata new file mode 100644 index 0000000..bcdd8dd --- /dev/null +++ b/.xvattr.metadata @@ -0,0 +1 @@ +6f6743aa7a1696727cc83bdf77e2baa63c090750 SOURCES/xvattr-1.3.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/xvattr.spec b/SPECS/xvattr.spec new file mode 100644 index 0000000..000610c --- /dev/null +++ b/SPECS/xvattr.spec @@ -0,0 +1,148 @@ +%if 0%{?rhel} +%global gxvattr 0 +%else +%global gxvattr 1 +%endif + +Summary: Utility for getting and setting Xv attributes +Name: xvattr +Version: 1.3 +Release: 24%{?dist} +License: GPLv2+ +Group: Applications/System +URL: http://www.dtek.chalmers.se/groups/dvd/ +Source: http://ajax.fedorapeople.org/%{name}/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +%if %{gxvattr} +BuildRequires: gtk+-devel +%endif +BuildRequires: perl-podlators +BuildRequires: libXt-devel, libXv-devel + +%description +This program is used for getting and setting Xv attributes such as +XV_BRIGHTNESS, XV_CONTRAST, XV_SATURATION, XV_HUE, XV_COLORKEY, ... + +%package -n gxvattr +Summary: GTK1-based GUI for Xv attributes +Group: User Interface/X + +%description -n gxvattr +GTK1-based GUI for inspecting and setting Xv attributes. + +%prep +%setup -q +# Append GTK CFLAGS to CFLAGS instead of overwriting CFLAGS (optflags get used) +%{__perl} -pi -e 's|^CFLAGS = (.*)|CFLAGS += $1|g' Makefile* +# Convert man page to UTF-8 +iconv -f iso8859-1 -t utf-8 -o tmp xvattr.1 +%{__mv} -f tmp xvattr.1 + + +%build +%configure +%if ! %{gxvattr} +sed -i 's|bin_PROGRAMS = xvattr gxvattr|bin_PROGRAMS = xvattr|g' Makefile +sed -i 's|bin_PROGRAMS = xvattr$(EXEEXT) gxvattr$(EXEEXT)|bin_PROGRAMS = xvattr$(EXEEXT)|g' Makefile +%endif +%{__make} %{?_smp_mflags} + + +%install +%{__rm} -rf %{buildroot} +%{__make} install DESTDIR=%{buildroot} + + +%clean +%{__rm} -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING ChangeLog NEWS README +%{_bindir}/xvattr +%{_mandir}/man1/* + +%if %{gxvattr} +%files -n gxvattr +%defattr(-,root,root,-) +%doc COPYING +%{_bindir}/gxvattr +%endif + +%changelog +* Tue Mar 26 2013 Adam Jackson 1.3-24 +- BuildRequires: perl-podlators for pod2man + +* Fri Feb 15 2013 Fedora Release Engineering - 1.3-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Nov 15 2012 Adam Jackson 1.3-22 +- Move Source0 to fedorapeople since upstream went away +- Don't built (gtk1-based) gxvattr in RHEL + +* Sun Jul 22 2012 Fedora Release Engineering - 1.3-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 1.3-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Apr 18 2011 Adam Jackson 1.3-19 +- Split the GTK1 (!) version to a subpackage + +* Tue Feb 08 2011 Fedora Release Engineering - 1.3-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Jul 27 2009 Fedora Release Engineering - 1.3-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1.3-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Feb 19 2008 Fedora Release Engineering - 1.3-15 +- Autorebuild for GCC 4.3 + +* Thu Aug 23 2007 Matthias Saou 1.3-14 +- Rebuild for new BuildID feature. +- Remove dist tag, since the package will seldom change. + +* Fri Aug 3 2007 Matthias Saou 1.3-13 +- Update License field. + +* Tue Jun 19 2007 Matthias Saou 1.3-12 +- Switch to using DESTDIR install method. +- Convert man page to UTF-8... not? + +* Mon Aug 28 2006 Matthias Saou 1.3-11 +- FC6 rebuild. + +* Tue May 23 2006 Matthias Saou 1.3-10 +- Fix CFLAGS so that our optflags get used too (Ville, #192611). + +* Mon Mar 6 2006 Matthias Saou 1.3-9 +- FC5 rebuild. + +* Thu Feb 9 2006 Matthias Saou 1.3-8 +- Rebuild for new gcc/glibc and modular X. + +* Sun May 22 2005 Jeremy Katz - 1.3-7 +- rebuild on all arches + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + +* Tue Nov 16 2004 Matthias Saou 1.3-5 +- Bump release to provide Extras upgrade path. + +* Wed Mar 24 2004 Matthias Saou 1.3-4 +- Remove explicit XFree86 dependency for the binary package. + +* Fri Nov 7 2003 Matthias Saou 1.3-3 +- Rebuild for Fedora Core 1. + +* Mon Mar 31 2003 Matthias Saou +- Rebuilt for Red Hat Linux 9. + +* Fri Oct 4 2002 Matthias Saou +- Initial rpm release. +