.gear/rules | 2 + .../tags/dd1899b60a6fca0a1bffaaa30d7ff951117fd0b0 | 6 +++ .gear/tags/list | 1 + Makefile.am | 2 +- xorg-printproto-devel.spec | 43 ++++++++++++++++++++ 5 files changed, 53 insertions(+), 1 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..de78438 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: printproto-@version@:. name=@name@-@version@ +diff: printproto-@version@:. . name=@name@-@version@-@release@.patch diff --git a/.gear/tags/dd1899b60a6fca0a1bffaaa30d7ff951117fd0b0 b/.gear/tags/dd1899b60a6fca0a1bffaaa30d7ff951117fd0b0 new file mode 100644 index 0000000..8674f11 --- /dev/null +++ b/.gear/tags/dd1899b60a6fca0a1bffaaa30d7ff951117fd0b0 @@ -0,0 +1,6 @@ +object cca2ca69d2a6b4b133dba69d5330499fbfe88257 +type commit +tag printproto-1.0.5 +tagger Alan Coopersmith 1294281114 -0800 + +printproto 1.0.5 diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..585185b --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +dd1899b60a6fca0a1bffaaa30d7ff951117fd0b0 printproto-1.0.5 diff --git a/Makefile.am b/Makefile.am index 6b2e7c8..6d615a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ print_HEADERS = \ Print.h \ Printstr.h -pkgconfigdir = $(libdir)/pkgconfig +pkgconfigdir = $(datadir)/pkgconfig pkgconfig_DATA = printproto.pc miscmandir = $(MISC_MAN_DIR) diff --git a/xorg-printproto-devel.spec b/xorg-printproto-devel.spec new file mode 100644 index 0000000..ffd82d3 --- /dev/null +++ b/xorg-printproto-devel.spec @@ -0,0 +1,43 @@ +Name: xorg-printproto-devel +Version: 1.0.5 +Release: alt1 +Summary: X.org PrintProto protocol headers +License: MIT/X11 +Group: Development/C +Url: http://xorg.freedesktop.org +Packager: Valery Inozemtsev + +Provides: printproto = %version-%release + +Source: %name-%version.tar +Patch: %name-%version-%release.patch + +BuildArch: noarch +BuildRequires: libXau-devel xorg-util-macros + +%description +X.org PrintProto protocol headers. + +%prep +%setup -q +%patch -p1 + +%build +%autoreconf +%configure \ + --host= \ + --build= + +%install +%make DESTDIR=%buildroot install + +%files +%_includedir/X11 +%_datadir/pkgconfig/*.pc + +%changelog +* Fri Apr 22 2011 Valery Inozemtsev 1.0.5-alt1 +- 1.0.5 + +* Sat May 31 2008 Valery Inozemtsev 1.0.4-alt1 +- separate xorg-x11-proto-devel