]> git.pld-linux.org Git - packages/xorg-app-xlogo.git/commitdiff
- new try
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 15 Aug 2005 12:17:57 +0000 (12:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- all xorg files prefixed with xorg-kind_of_package where kind of package can be seen at http://xorg.freedesktop.org/X11R7.0-RC0/

Changed files:
    xorg-app-xlogo.spec -> 1.1

xorg-app-xlogo.spec [new file with mode: 0644]

diff --git a/xorg-app-xlogo.spec b/xorg-app-xlogo.spec
new file mode 100644 (file)
index 0000000..b1d40c9
--- /dev/null
@@ -0,0 +1,63 @@
+# $Rev: 3400 $, $Date: 2005-08-15 12:17:57 $
+#
+Summary:       xlogo application
+Summary(pl):   Aplikacja xlogo
+Name:          xorg-app-xlogo
+Version:       0.99.0
+Release:       0.02
+License:       MIT
+Group:         X11/Applications
+Source0:       http://xorg.freedesktop.org/X11R7.0-RC0/app/xlogo-%{version}.tar.bz2
+# Source0-md5: d4aa73acb70b58cf162cad07d0521163
+Patch0:                xlogo-man.patch
+URL:           http://xorg.freedesktop.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: xorg-lib-libXaw-devel
+BuildRequires: xorg-lib-libXprintUtil-devel
+BuildRequires: xorg-lib-libXrender-devel
+BuildRequires: xorg-util-util-macros
+BuildRequires: pkg-config
+BuildRoot:     %{tmpdir}/xlogo-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+
+%description
+xlogo application.
+
+%description -l pl
+Aplikacja xlogo.
+
+
+%prep
+%setup -q -n xlogo-%{version}
+%patch0 -p1
+
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(644,root,root,755)
+%{_sysconfdir}/X11/app-defaults/*
+%attr(755,root,wheel) %{_bindir}/*
+%{_mandir}/man1/*.1*
This page took 0.12268 seconds and 4 git commands to generate.